|
Workout With Friends
Stay fit with a little motivation
|

Public Member Functions | |
| def | __init__ |
Definition at line 20 of file pagination.py.
| def wowf.lib.pagination.Page.__init__ | ( | self, | |
| collection, | |||
| count, | |||
| limit, | |||
| kwargs | |||
| ) |
| collection | A callable which returns a collection of items |
| count | A callable which returns the total number of items in the collection |
| limit | The max number of items to return |
| kwargs | Arguments to pass the collection callable. |
Definition at line 29 of file pagination.py.
1.8.1.2